/* =================================================================
    CSS STYLES FOR DNNSTUFF - Aggregator (www.dnnstuff.com)
   =================================================================
*/

/* top */
.Top_TabStrip
{
	padding-top: 4px;
	padding-left: 2px;
	background-color: lightsteelblue;
	text-align: left;
}

.Top_TabUnselected
{
	cursor: pointer;
	color: black;
	background-color: #BEF0C3;
	padding-left: 4px;
	padding-right: 4px;
	margin-right: 2px;
}

.Top_TabSelected
{
	cursor: pointer;
	color: black;
	font-weight: bolder;
	background-color: #b9d1f4;
	border-right: solid 1px white;
	border-top: solid 1px white;
	padding-left: 4px;
	padding-right: 4px;
	margin-right: 2px;
	}

.Top_TabMouseOver
{
	color: blue;
}

.Top_TabPage
{
	background-color: white;
	border-left: solid 1px silver;
	border-right: solid 1px silver;
	border-bottom: solid 1px silver;
	padding: 3px;
}

/* BOTTOM */
.Bottom_TabStrip
{
	padding-bottom: 4px;
	padding-left: 2px;
	background-color: lightsteelblue;
	text-align: left;
}

.Bottom_TabUnselected
{
	cursor: pointer;
	color: black;
	background-color: #BEF0C3;
	padding-left: 4px;
	padding-right: 4px;
	margin-right: 2px;
}

.Bottom_TabSelected
{
	cursor: pointer;
	color: black;
	font-weight: bolder;
	background-color: #b9d1f4;
	border-right: solid 1px white;
	border-bottom: solid 1px white;
	padding-left: 4px;
	padding-right: 4px;
	margin-right: 2px;
	}

.Bottom_TabMouseOver
{
	color: blue;
}

.Bottom_TabPage
{
	background-color: white;
	border-left: solid 1px silver;
	border-right: solid 1px silver;
	border-top: solid 1px silver;
	padding: 3px;
}


/* LEFT */
.Left_TabStrip
{
}

.Left_TabUnselected
{
	cursor: pointer;
	background-color: silver;
	color: black;
	margin-bottom: 2px;
	text-align: center;
	padding: 1px 3px 1px 3px;
}

.Left_TabSelected
{
	cursor: pointer;
	background-color: orange;
	color: white;
	margin-bottom: 2px;
	text-align: center;
	padding: 1px 3px 1px 3px;
}

.Left_TabMouseOver
{
	background-color: orange;
	color: white;
	margin-bottom: 2px;
	text-align: center;
	padding: 1px 3px 1px 3px;
}

.Left_TabPage
{
	background-color: orange;
	width: 500px;
}

/* RIGHT */
.Right_TabStrip
{
}
.Right_TabUnselected
{
	cursor: pointer;
	background-color: silver;
	color: black;
	margin-bottom: 2px;
	text-align: center;
	padding: 1px 3px 1px 3px;
}

.Right_TabSelected
{
	cursor: pointer;
	background-color: orange;
	color: white;
	margin-bottom: 2px;
	text-align: center;
	padding: 1px 3px 1px 3px;
}

.Right_TabMouseOver
{
	cursor: pointer;
	background-color: orange;
	color: white;
	margin-bottom: 2px;
	text-align: center;
	padding: 1px 3px 1px 3px;
}

.Right_TabPage
{
	background-color: orange;
	width: 500px;
}

/* INLINE */
.Inline_TabStrip
{
}
.Inline_TabUnselected
{
	background:#BEF0C3 url('images/greenthing.gif') no-repeat fixed 5px center; cursor: pointer;
	color: Black;
	margin-top: 2px;
	padding-left: 24px;
	font-size: 12pt
}

.Inline_TabSelected
{
	background:#b9d1f4 url('images/bluething.gif') no-repeat fixed 5px center; cursor: pointer;
	color: Black;
	margin-top: 2px;
	padding-left: 24px;
	font-size: 12pt
}

.Inline_TabMouseOver
{
	background-image: url('images/bluething.gif');
	background-repeat: no-repeat;
	background-attachment: fixed;
  	background-position: 5px center
	
}

.Inline_TabPage
{
	background-color: white;
	border-right: solid 1px silver;
	border-left: solid 1px silver;
	border-bottom: solid 1px silver;
	padding-left: 10px;
	margin-left: 10px;
}




/* Chiffon Top */
.CHIFFON_TOP_TabStrip {
	border-bottom : 1px solid #30420B;
	margin : 0;
	padding-bottom : 19px;
	padding-left : 0px;
}
.CHIFFON_TOP_TabPage {
	border-left: 1px solid #30420B;
	border-right: 1px solid #30420B;
	border-bottom: 1px solid #30420B;
	padding: 3px;
	background: #CED6B5;
}
.CHIFFON_TOP_TabStrip .CHIFFON_TOP_TabSelected{
	cursor: pointer;
	display : inline;
	list-style-type : none;
	margin : 0;
	padding : 0;
	background : #CED6B5;
	border-top : 1px solid #30420B;
	border-left : 1px solid #30420B;
	border-right : 1px solid #30420B;
	border-bottom : 1px solid #CED6B5;
	color : #30420B;
	float : left;
	font-size : 18px;
	font-weight : Bold;
	line-height : 14px;
	margin-left : 4px;
	padding : 2px 10px 2px 10px;
	text-decoration : none;
 	-moz-border-radius-topleft: 7px;
 	-moz-border-radius-topright: 7px;
}
.CHIFFON_TOP_TabStrip .CHIFFON_TOP_TabUnselected {
	cursor: pointer;
	display : inline;
	list-style-type : none;
	margin : 0;
	padding : 0;
	background : #FFFAE1;
	border : 1px solid #ccc;
	color : #666;
	float : left;
	font-size : 15px;
	font-weight : normal;
	line-height : 14px;
	margin-left : 4px;
	padding : 2px 10px 2px 10px;
	text-decoration : underline;
	-moz-border-radius-topleft: 7px;
 	-moz-border-radius-topright: 7px;
 	border-bottom : 1px solid #30420B;
}
.CHIFFON_TOP_TabStrip .CHIFFON_TOP_TabMouseover {
	color : black;
	background: #FFF7C0;
	text-decoration : None;
	}

